From dbf4a806bd3958d54244121028f35c88b3b06e95 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 12 May 2006 21:49:27 +0000 Subject: [PATCH] Oopsy. Got head of Olaf on the category support. :-) --- garmin_txt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/garmin_txt.c b/garmin_txt.c index e8090943c..fb20be501 100644 --- a/garmin_txt.c +++ b/garmin_txt.c @@ -501,8 +501,8 @@ print_categories(gbuint16 categories) fprintf(fout, "%s", (count++ > 0) ? "," : ""); if (c == NULL) -// fprintf(fout, "Category %d", i+1); - fprintf(fout, "%s", gps_categories[i]); + fprintf(fout, "Category %d", i+1); +// fprintf(fout, "%s", gps_categories[i]); else fprintf(fout, "%s", c); -- 2.30.2